derelict.glib.gutils

Undocumented in source.

Members

Aliases

GDebugKey
alias GDebugKey = _GDebugKey
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GFormatSizeFlags
alias GFormatSizeFlags = _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GUserDirectory
alias GUserDirectory = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GVoidFunc
alias GVoidFunc = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_atexit
alias da_g_atexit = void function(GVoidFunc func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_bit_nth_lsf
alias da_g_bit_nth_lsf = gint function(gulong mask, gint nth_bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_bit_nth_msf
alias da_g_bit_nth_msf = gint function(gulong mask, gint nth_bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_bit_storage
alias da_g_bit_storage = guint function(gulong number)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_find_program_in_path
alias da_g_find_program_in_path = gchar* function(const(gchar)* program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_format_size
alias da_g_format_size = gchar* function(guint64 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_format_size_for_display
alias da_g_format_size_for_display = gchar* function(goffset size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_format_size_full
alias da_g_format_size_full = gchar* function(guint64 size, GFormatSizeFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_get_application_name
alias da_g_get_application_name = const(gchar)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_get_home_dir
alias da_g_get_home_dir = const(gchar)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_get_host_name
alias da_g_get_host_name = const(gchar)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_get_prgname
alias da_g_get_prgname = gchar* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_get_real_name
alias da_g_get_real_name = const(gchar)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_get_system_config_dirs
alias da_g_get_system_config_dirs = const(gchar*)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_get_system_data_dirs
alias da_g_get_system_data_dirs = const(gchar*)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_get_tmp_dir
alias da_g_get_tmp_dir = const(gchar)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_get_user_cache_dir
alias da_g_get_user_cache_dir = const(gchar)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_get_user_config_dir
alias da_g_get_user_config_dir = const(gchar)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_get_user_data_dir
alias da_g_get_user_data_dir = const(gchar)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_get_user_name
alias da_g_get_user_name = const(gchar)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_get_user_runtime_dir
alias da_g_get_user_runtime_dir = const(gchar)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_get_user_special_dir
alias da_g_get_user_special_dir = const(gchar)* function(GUserDirectory directory)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_nullify_pointer
alias da_g_nullify_pointer = void function(gpointer* nullify_location)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_parse_debug_string
alias da_g_parse_debug_string = guint function(const(gchar)* string, const(GDebugKey)* keys, guint nkeys)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_reload_user_special_dirs_cache
alias da_g_reload_user_special_dirs_cache = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_set_application_name
alias da_g_set_application_name = void function(const(gchar)* application_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_set_prgname
alias da_g_set_prgname = void function(const(gchar)* prgname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_snprintf
alias da_g_snprintf = gint function(gchar* string, gulong n, const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_vsnprintf
alias da_g_vsnprintf = gint function(gchar* string, gulong n, const(gchar)* format, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

_Anonymous_0
enum _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Anonymous_1
enum _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

g_atexit
void g_atexit(GVoidFunc func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bit_nth_lsf
gint g_bit_nth_lsf(gulong mask, gint nth_bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bit_nth_msf
gint g_bit_nth_msf(gulong mask, gint nth_bit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bit_storage
guint g_bit_storage(gulong number)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_find_program_in_path
gchar* g_find_program_in_path(const(gchar)* program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_format_size
gchar* g_format_size(guint64 size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_format_size_for_display
gchar* g_format_size_for_display(goffset size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_format_size_full
gchar* g_format_size_full(guint64 size, GFormatSizeFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_application_name
const(gchar)* g_get_application_name()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_home_dir
const(gchar)* g_get_home_dir()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_host_name
const(gchar)* g_get_host_name()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_prgname
gchar* g_get_prgname()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_real_name
const(gchar)* g_get_real_name()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_system_config_dirs
const(gchar*)* g_get_system_config_dirs()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_system_data_dirs
const(gchar*)* g_get_system_data_dirs()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_tmp_dir
const(gchar)* g_get_tmp_dir()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_user_cache_dir
const(gchar)* g_get_user_cache_dir()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_user_config_dir
const(gchar)* g_get_user_config_dir()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_user_data_dir
const(gchar)* g_get_user_data_dir()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_user_name
const(gchar)* g_get_user_name()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_user_runtime_dir
const(gchar)* g_get_user_runtime_dir()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_user_special_dir
const(gchar)* g_get_user_special_dir(GUserDirectory directory)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_nullify_pointer
void g_nullify_pointer(gpointer* nullify_location)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_parse_debug_string
guint g_parse_debug_string(const(gchar)* string, const(GDebugKey)* keys, guint nkeys)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_reload_user_special_dirs_cache
void g_reload_user_special_dirs_cache()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_set_application_name
void g_set_application_name(const(gchar)* application_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_set_prgname
void g_set_prgname(const(gchar)* prgname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_snprintf
gint g_snprintf(gchar* string, gulong n, const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_vsnprintf
gint g_vsnprintf(gchar* string, gulong n, const(gchar)* format, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

g_atexit
da_g_atexit g_atexit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bit_nth_lsf
da_g_bit_nth_lsf g_bit_nth_lsf;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bit_nth_msf
da_g_bit_nth_msf g_bit_nth_msf;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bit_storage
da_g_bit_storage g_bit_storage;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_find_program_in_path
da_g_find_program_in_path g_find_program_in_path;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_format_size
da_g_format_size g_format_size;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_format_size_for_display
da_g_format_size_for_display g_format_size_for_display;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_format_size_full
da_g_format_size_full g_format_size_full;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_application_name
da_g_get_application_name g_get_application_name;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_home_dir
da_g_get_home_dir g_get_home_dir;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_host_name
da_g_get_host_name g_get_host_name;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_prgname
da_g_get_prgname g_get_prgname;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_real_name
da_g_get_real_name g_get_real_name;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_system_config_dirs
da_g_get_system_config_dirs g_get_system_config_dirs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_system_data_dirs
da_g_get_system_data_dirs g_get_system_data_dirs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_tmp_dir
da_g_get_tmp_dir g_get_tmp_dir;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_user_cache_dir
da_g_get_user_cache_dir g_get_user_cache_dir;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_user_config_dir
da_g_get_user_config_dir g_get_user_config_dir;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_user_data_dir
da_g_get_user_data_dir g_get_user_data_dir;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_user_name
da_g_get_user_name g_get_user_name;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_user_runtime_dir
da_g_get_user_runtime_dir g_get_user_runtime_dir;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_user_special_dir
da_g_get_user_special_dir g_get_user_special_dir;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_nullify_pointer
da_g_nullify_pointer g_nullify_pointer;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_parse_debug_string
da_g_parse_debug_string g_parse_debug_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_reload_user_special_dirs_cache
da_g_reload_user_special_dirs_cache g_reload_user_special_dirs_cache;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_set_application_name
da_g_set_application_name g_set_application_name;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_set_prgname
da_g_set_prgname g_set_prgname;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_snprintf
da_g_snprintf g_snprintf;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_vsnprintf
da_g_vsnprintf g_vsnprintf;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_GDebugKey
struct _GDebugKey
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta